remove_all
Removes all elements from the collection that are present in another collection.
Return
true
if any of the specified elements was removed from the collection, false
if the collection was not modified.
Since
0.9.0
Parameters
values
The collection containing elements to remove.